home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / io.lang < prev    next >
Text File  |  2004-11-29  |  2KB  |  51 lines

  1. # IO language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 18.11.2003
  6. #         29.11.1004 added more keywords and symbols
  7. # ------------------------------------------
  8. # This file is a part of highlight, a free source code converter released under the GPL.
  9. #
  10. # The file is used to describe keywords and special symbols of programming languages.
  11. # See README in the highlight directory for details.
  12. #
  13. # New definition files for future releases of highlight are always appreciated ;)
  14. #
  15. # ----------
  16. # andre.simon1@gmx.de
  17. # http:/www.andre-simon.de/
  18.  
  19. $KW_LIST(kwa)=activate activeCoroCount and block break catch
  20. chedulerSleepSeconds clone collectGarbage compileString continue do doFile
  21. doMessage doString else elseif exit for foreach forward getSlot getenv hasSlot
  22. if ifFalse ifNil ifTrue isActive isNil list message method or parent pass
  23. pause perform performWithArgList print proto raise removeSlot resend resume
  24. return self sender setSchedulerSleepSeconds setSlot shallowCopy slotNames
  25. super system then thisBlock thisContext thisMessage try type uniqueId
  26. updateSlot wait write yield
  27.  
  28. $KW_LIST(kwb)=Array AudioDevice AudioMixer Block Box Buffer CFunction CGI
  29. Color Curses DBM DNSResolver DOConnection DOProxy DOServer Date Directory
  30. Duration DynLib Error Exception FFT File Fnmatch Font Future GL GLE GLScissor
  31. GLU GLUCylinder GLUQuadric GLUSphere GLUT Host Image Importer LinkList List
  32. Lobby Locals MD5 MP3Decoder MP3Encoder Map Message Movie NULL Nil Nop
  33. Notification Number Object OpenGL Point Protos Regex SGMLTag SQLite Server
  34. ShowMessage SleepyCat SleepyCatCursor Socket SocketManager Sound Soup Store
  35. String Tree UDPSender UPDReceiver URL User Warning WeakLink
  36.  
  37.  
  38. $STRINGDELIMITERS=""" ''' " ' 
  39.  
  40. $SL_COMMENT=# //
  41.  
  42. $ML_COMMENT=/* */
  43.  
  44. $ALLOWNESTEDCOMMENTS=false
  45.  
  46. $IGNORECASE=false
  47.  
  48. $ESCCHAR=\
  49.  
  50. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + - ^ @ .
  51.